home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d13 / peek11.arc / PEEK.DOC < prev    next >
Text File  |  1990-09-29  |  4KB  |  100 lines

  1.  
  2.  
  3.  
  4.  
  5.  
  6.                                   PEEK  v1.10
  7.  
  8.                          THE Text Multiple String Locator
  9.  
  10.                                       by
  11.  
  12.                                Douglas J. Amaral
  13.  
  14.                                 Empire Software
  15.                               845 Paularino #D215
  16.                              Costa Mesa CA, 92626
  17.  
  18.                                September 29, 1990
  19.  
  20.        This program and associated documentation are the property of the
  21.        Empire Software and may not be sold without permission.  They may
  22.        be freely distributed unaltered via electronic bulletin board
  23.        systems.  Permission to distribute on diskette or in any other
  24.        manner must be obtained in writing.
  25.  
  26.        Empire Software does not guarantee the program to be free from defects
  27.        and may not be held responsible for loss caused by such.  Your use
  28.        of this program constitutes your acceptance of these terms.
  29.  
  30.  
  31.        PEEK is not freeware nor public domain. Empire Software is allowing
  32.        you, the consumer, to test PEEK for 30 days with no obligation.
  33.        If After using the product for 30 days and you find that PEEK is a
  34.        useful utility then you are expected to register with Empire Software.
  35.        The registration is $10. To learn of the benifits of registration, see
  36.        PEEK.REG.
  37.  
  38.  
  39.        
  40.  
  41.  
  42.  
  43.  
  44.  
  45.  
  46.             Empire Software thanks you for trying out PEEK, our first
  47.        shareware release.  PEEK is a text string locator that is the
  48.        fastest that I have seen and packs alot of power for the punch.
  49.        PEEK offers a 10-20% FASTER SEARCH than any other program of
  50.        this type that I have used.
  51.  
  52.             PEEK is very simple to use, and to that end supports PEEK
  53.             a simple command line layout.
  54.  
  55.        PEEK {options} string{s} / filename{s}
  56.  
  57.        Options are, of course, optional and include the following.
  58.  
  59.        -i ---> Insensitive case compare.
  60.        -w ---> Search for watching words only.
  61.                Example:
  62.                The text string "TEST" would match both "TEST" and "TESTING"
  63.                without the -w option.  With the option only "TEST" would match.
  64.        -f ---> File to capture output to.  When this option is chosen, text is
  65.                directed to this file instead of the screen.
  66.  
  67.       Strings may be up to 80 characters long and may include spaces if quotes
  68.       are placed around the phrase.  Up to 10 strings may be specified.  If any
  69.       of these strings is in the line being tested, the line is displayed as a
  70.       match.
  71.  
  72.       Ten (10) filenames may be specified for each search.  *.* counts as one
  73.       filename.
  74.  
  75.       NOTE: The "/" between the strings and the filename is NOT OPTIONAL.
  76.  
  77.       EXAMPLES:
  78.  
  79.          PEEK -i -w test / d:\empire\peek\*.h d:\empire\peek\*.c
  80.  
  81.          PEEK will check each file matching the *.c and *.h spec
  82.          in the d:\empire\peek directory for test.  This test will
  83.          be case insensitive and will only search for the whole word
  84.          "test".
  85.  
  86.          PEEK -ffound.fil empire software / d:\bin\*.*
  87.  
  88.          PEEK will check every file in d:\bin directory for the either
  89.          empire or software and this compare is case sensitive.  Output
  90.          is going to be redirected to the screen and stored in the file
  91.          FOUND.FIL.
  92.  
  93.  
  94.          REMEMBER: Fill out the registration form and support shareware.
  95.  
  96.  
  97.  
  98.          Copyright (c) 1990, EMPIRE SOFTWARE, DOUGLAS J. AMARAL
  99.  
  100.